DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / RefreshControl Property

In This Topic
    RefreshControl Property (C1CollectionViewSource<T>)
    In This Topic
    Gets the refresh control used by the user to refresh the list.
    Syntax
    'Declaration
     
    Public Property RefreshControl As UIKit.UIRefreshControl
    public UIKit.UIRefreshControl RefreshControl {get; set;}
    See Also